Deletes levels of labels from the data columns in a data grid associated with a chart.
Syntax
object.DeleteColumnLabels (labelIndex, count)
The DeleteColumnLabels method syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
labelIndex | Integer. Identifies the number of the first level of labels you want to delete. Column label levels are numbered bottom to top, beginning with 1. |
count | Integer. Specifies the number of label levels you want to delete. The number of columns being deleted is calculated from the column identified in labelIndex up. |